get grid mapping for a floating point grid
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_real), | intent(inout) | :: | layer |
FUNCTION GetGridMappingFloat & ! ( layer ) & ! RESULT (grid_mapping) IMPLICIT NONE !Arguments with intent(in): TYPE (grid_real), INTENT(INOUT) :: layer !Local variables TYPE (CRS) :: grid_mapping !------------end of declaration------------------------------------------------ grid_mapping = layer % grid_mapping END FUNCTION GetGridMappingFloat